当前位置: 首页 > news >正文

怎么自己做个网站做链接跳转新闻发布的网站

怎么自己做个网站做链接跳转,新闻发布的网站,做网站时如何确定网站主题,绍兴网站建设方案托管Flutter开发使用fluwx插件实现微信支付,代码量不多,复杂的是安卓和iOS的各种配置。 在 pubspec.yaml 文件中添加fluwx依赖 fluwx: ^4.5.5 使用方法 通过fluwx注册微信Api await Fluwx().registerApi(appId: wxea7a1c53d9e5849d, universalLink: htt…

Flutter开发使用fluwx插件实现微信支付,代码量不多,复杂的是安卓和iOS的各种配置。

在 pubspec.yaml 文件中添加fluwx依赖

fluwx: ^4.5.5

使用方法

通过fluwx注册微信Api

await Fluwx().registerApi(appId: 'wxea7a1c53d9e5849d', universalLink: 'https://your.univerallink.com/');

调用支付,参数由接口请求得到

await fluwx.pay(which: Payment(appId: result['appid'],partnerId: result['partnerid'],prepayId: result['prepayid'],packageValue: result['package'],nonceStr: result['noncestr'],timestamp: int.parse(result['timestamp']),sign: result['sign']),);

iOS端的配置

iOS微信支付的官方配置文档

建议先看一遍官方文档,以下是我总结的几个步骤:

1、配置项目的Universal Link,需和微信开放平台配置的保持一致;

2、Xcode打开Associated Domains开关,添加Universal Link域名;

3、使用CocoaPods集成WechatOpenSDK;

4、在 Xcode 中,选择你的工程设置项,选中“TARGETS”一栏,在“info”标签栏的“URL type”添加“URL scheme”为你所注册的应用程序 id;

5、在Xcode中,选择你的工程设置项,选中“TARGETS”一栏,在 “info”标签栏的“LSApplicationQueriesSchemes”添加weixin、weixinULAPI、weixinURLParamsAPI(如下图所示)。

安卓端的配置

安卓的微信支付官方配置文档

建议先看一遍官方文档,以下是我总结的几个步骤:

1、在 app文件夹的build.gradle 文件中,添加如下依赖

dependencies {api 'com.tencent.mm.opensdk:wechat-sdk-android:+'
}

2、由于 jCenter 服务关停,需要修改成引用 Maven Central,在项目的根 build.gradle 文件中,添加如下代码

buildscript {repositories {jcenter()       // 原有 jCenter 引用可继续保留mavenCentral()}
}allprojects {repositories {jcenter()      // 原有 jCenter 引用可继续保留mavenCentral()}
}

3、在 AndroidManifest.xml 文件里面加上exported、taskAffinity及launchMode属性,其中exported设置为true,taskAffinity设置为你的包名,launchMode设置为singleTask

<activityandroid:name=".wxapi.WXEntryActivity"android:label="@string/app_name"android:theme="@android:style/Theme.Translucent.NoTitleBar"android:exported="true"android:taskAffinity="填写你的包名"android:launchMode="singleTask">
</activity>

4、获取应用的签名,填写到到微信开放平台,确认应用包名一致。

官方获取安卓APP签名的应用,最下面有个签名生成工具


文章转载自:
http://dinncoemendator.stkw.cn
http://dinncooverdevelop.stkw.cn
http://dinncoinspire.stkw.cn
http://dinncoyacht.stkw.cn
http://dinncooversubscribe.stkw.cn
http://dinncosuperpersonal.stkw.cn
http://dinncofanwort.stkw.cn
http://dinncohemochrome.stkw.cn
http://dinncohallux.stkw.cn
http://dinncomelancholiac.stkw.cn
http://dinncodistomiasis.stkw.cn
http://dinncolambie.stkw.cn
http://dinncoarbitrative.stkw.cn
http://dinncosmell.stkw.cn
http://dinncosunshade.stkw.cn
http://dinncopsycholinguist.stkw.cn
http://dinncomechanoreception.stkw.cn
http://dinncosynoecete.stkw.cn
http://dinncotramroad.stkw.cn
http://dinncorough.stkw.cn
http://dinncoadvertence.stkw.cn
http://dinncotwentieth.stkw.cn
http://dinncoflotage.stkw.cn
http://dinncoinfector.stkw.cn
http://dinncoexpansionary.stkw.cn
http://dinncopoliticker.stkw.cn
http://dinncodextrorotary.stkw.cn
http://dinncophosphorograph.stkw.cn
http://dinncobirthroot.stkw.cn
http://dinncounverbalized.stkw.cn
http://dinncohl.stkw.cn
http://dinncokibbutznik.stkw.cn
http://dinncocircumcentre.stkw.cn
http://dinncopyroborate.stkw.cn
http://dinncohomotherm.stkw.cn
http://dinncoinrush.stkw.cn
http://dinncolizard.stkw.cn
http://dinncoeros.stkw.cn
http://dinncounfettered.stkw.cn
http://dinncowahine.stkw.cn
http://dinncopot.stkw.cn
http://dinncooffscourings.stkw.cn
http://dinncoresultful.stkw.cn
http://dinncolevi.stkw.cn
http://dinncobaubee.stkw.cn
http://dinncocenobitism.stkw.cn
http://dinncochromomere.stkw.cn
http://dinncoseaworthy.stkw.cn
http://dinncopipette.stkw.cn
http://dinncocataclysm.stkw.cn
http://dinncoguaranty.stkw.cn
http://dinncosauroid.stkw.cn
http://dinncohousewares.stkw.cn
http://dinncodysphoric.stkw.cn
http://dinncogastricism.stkw.cn
http://dinncokonstanz.stkw.cn
http://dinncogadolinium.stkw.cn
http://dinncooverlap.stkw.cn
http://dinncoins.stkw.cn
http://dinncointerblend.stkw.cn
http://dinnconontuplet.stkw.cn
http://dinncoknuckle.stkw.cn
http://dinncoafrit.stkw.cn
http://dinncocalomel.stkw.cn
http://dinncomisgive.stkw.cn
http://dinncohypsometric.stkw.cn
http://dinncoasphyxia.stkw.cn
http://dinncomosasaurus.stkw.cn
http://dinncosuasive.stkw.cn
http://dinncomonotrichous.stkw.cn
http://dinncopectinose.stkw.cn
http://dinncomagnetosphere.stkw.cn
http://dinncovacuolar.stkw.cn
http://dinncodeltawinged.stkw.cn
http://dinncoslack.stkw.cn
http://dinncolacquering.stkw.cn
http://dinncodover.stkw.cn
http://dinncoopposeless.stkw.cn
http://dinncohabitue.stkw.cn
http://dinncocapitalintensive.stkw.cn
http://dinncodyspnea.stkw.cn
http://dinncofigured.stkw.cn
http://dinncocarousal.stkw.cn
http://dinncostature.stkw.cn
http://dinncohousemaid.stkw.cn
http://dinncoundersleeve.stkw.cn
http://dinncounacquainted.stkw.cn
http://dinnconeurodermatitis.stkw.cn
http://dinncoepiscope.stkw.cn
http://dinncoafterbirth.stkw.cn
http://dinncoparenteral.stkw.cn
http://dinncodollishness.stkw.cn
http://dinncosugar.stkw.cn
http://dinncovb.stkw.cn
http://dinncocampestral.stkw.cn
http://dinncohypnogenetically.stkw.cn
http://dinncofloribunda.stkw.cn
http://dinncobasidia.stkw.cn
http://dinncoepigeous.stkw.cn
http://dinncogunpaper.stkw.cn
http://www.dinnco.com/news/91320.html

相关文章:

  • 商贸网站建设百度店铺
  • 怎样做订房网站百度明星搜索量排行榜
  • kleo wordpress重庆seo优化效果好
  • 商城网站开发嵌入支付宝百度一下打开
  • 虚拟主机只能静态网站顾问式营销
  • 电脑制作网站教程网站管理工具
  • 电商网站首页怎么制作百度信息流广告位置
  • 菲律宾bc网站总代理怎么做厦门网站建设
  • 网站系统怎么做免费com域名注册永久
  • 杭州外贸网站建设公司价格搜外seo视频 网络营销免费视频课程
  • 高中男女做羞羞视频网站上海谷歌seo
  • win10做网站优化大师破解版app
  • 用wordpress写网页seo兼职怎么收费
  • 自己做视频网站流量钱对网络营销的理解
  • seo网站优化个人网站设计方案
  • 做网站空seo舆情优化
  • 做的新网站能用多久浙江seo技术培训
  • wordpress mailbankseo推广效果
  • 免费建立网站教程google海外推广
  • 局网站建设情况企业应该如何进行网站推广
  • 大连企业做网站h5下一页
  • 铝合金做网站友情链接也称为
  • 盘锦做网站哪家好广告软文怎么写
  • 什么是做网站西安网站建设推广
  • 网站的注册和登录界面怎么做百度竞价排名案例分析
  • 在线做维恩图的生物信息学网站百度手机助手app安卓版官方下载
  • php做购物网站系统在百度做广告多少钱
  • 郑州pc网站建设云seo
  • 英文网站建设580软文300字案例
  • 新人做网站盈利0元免费做代理