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

做搞基视频网站社交网络推广方法有哪些

做搞基视频网站,社交网络推广方法有哪些,东山网站制作,毕业季网站如何做网页开发者发起下单_小程序_抖音开放平台 第一步、抖音小程序发起支付 tt.pay_小程序_抖音开放平台 前端提交订单数据到后端接口,然后使用 tt.pay发起支付 请求参数 属性 类型 必填 说明 order_id string 是 担保交易服务端订单号 order_token string 是 …

 

开发者发起下单_小程序_抖音开放平台

第一步、抖音小程序发起支付

tt.pay_小程序_抖音开放平台

前端提交订单数据到后端接口,然后使用 tt.pay发起支付

请求参数

属性

类型

必填

说明

order_id

string

担保交易服务端订单号

order_token

string

担保交易订单号 token

methods: {requestPayment() {tt.showLoading();getDeviceId().then(deviceId => {tt.request({url: 'https://xxx.comm',method: 'POST',header: {'Content-Type': 'application/json','token': '75dda91d-cb3d-4126-8f63-decee26e9ada'},data: {amount: 1,device_id: deviceId ,sid: 8 ,uid: 1572 ,pricebuy: 1 ,lx: 2 ,priced: 1 ,sum: 1 ,buytype: '抖音' ,},success: (res) => {console.log('orderInfo是:', res.data.data);console.log('order_id:', res.data.data.order_id);console.log('order_id:', res.data.data.order_token);tt.pay({orderInfo: {order_id: res.data.data.order_id,order_token:res.data.data.order_token},service: 5,success(res) {if (res.code == 0) {// 支付成功处理逻辑,只有res.code=0时,才表示支付成功// 但是最终状态要以商户后端结果为准}},fail(res) {// 调起收银台失败处理逻辑},});tt.hideLoading();}});});}}

第二步、后端请求抖音预支付接口

1.使用预下单接口

//amount金额  subject标题 body详情  out_trade_no订单号  notify_url回调地址
public function pay($amount,$subject,$body,$out_trade_no,$notify_url){$site=config('site');if($amount<=0){$this->error(__('金额不对'));}$amount=$amount*100;$url = 'https://developer.toutiao.com/api/apps/ecpay/v1/create_order';$data = ["app_id" => $site['douyin']['appid'],"out_order_no" =>$out_trade_no,"total_amount" => $amount,"subject" => $subject,"body" => $body,"valid_time" => 180,"cp_extra" =>$subject,"notify_url" => $notify_url];$data['sign']= dysign($data,$site['douyin']['salt']);$res= jsonPost($url,$data);$res=json_decode($res,true);if(!is_array($res)){$this->error($res);}if($res['err_no']!=0){$this->error($res['err_tips']);}$payData=$res['data'];$this->success('订单提交成功 正在跳转支付',$payData);}

2.支付签名 

//支付签名
function sign($map,$salt) {$rList = [];foreach($map as $k =>$v) {if ($k == "other_settle_params" || $k == "app_id" || $k == "sign" || $k == "thirdparty_id")continue;$value = trim(strval($v));if (is_array($v)) {$value = arrayToStr($v);}$len = strlen($value);if ($len > 1 && substr($value, 0,1)=="\"" && substr($value, $len-1)=="\"")$value = substr($value,1, $len-1);$value = trim($value);if ($value == "" || $value == "null")continue;$rList[] = $value;}$rList[] =$salt;sort($rList, SORT_STRING);return md5(implode('&', $rList));
}

3.http请求

   function jsonPost($url, $postData, $customHeaders = []) {// 初始化curl$ch = curl_init($url);// 设置curl选项curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); // 注意:不推荐在生产环境中禁用SSL验证curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // 返回结果而不是直接输出curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); // 跟随重定向curl_setopt($ch, CURLOPT_POST, true); // 发送POST请求curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($postData)); // JSON格式数据// 设置HTTP头curl_setopt($ch, CURLOPT_HTTPHEADER, $customHeaders);// 执行请求$response = curl_exec($ch);// 检查是否有错误发生if (curl_errno($ch)) {$error = 'Curl error: ' . curl_error($ch);curl_close($ch); // 关闭curl资源return $error; // 返回错误信息}curl_close($ch); // 关闭curl资源// 直接返回原始响应,不进行json_decodereturn $response;}

第三步回调处理

    public function notify(){$post = file_get_contents('php://input');$post=json_decode($post,true);$token='token';//抖音后台配置的token$post['token']=$token;$sign=$this->callbackSign($post);if($sign!=$post['msg_signature']){echo "签名失败";}$return=json_encode(["err_no"=>0,"err_tips"=>'success']);echo $return;exit;}

回调签名

   public   function callbackSign(array $params) {$data = [$params['timestamp'],(string) $params['nonce'],(string) $params['msg'],(string) $params['token'],];sort($data, SORT_STRING);return hash('sha1', join('', $data));}


文章转载自:
http://dinncohognose.tqpr.cn
http://dinncosamlet.tqpr.cn
http://dinncodaltonism.tqpr.cn
http://dinnconucleocapsid.tqpr.cn
http://dinncosyndicalism.tqpr.cn
http://dinncospiritualization.tqpr.cn
http://dinncoampul.tqpr.cn
http://dinncocoleopterous.tqpr.cn
http://dinncoimpressive.tqpr.cn
http://dinncojinnee.tqpr.cn
http://dinncoscrapnel.tqpr.cn
http://dinncopredacity.tqpr.cn
http://dinncoindustrialist.tqpr.cn
http://dinncoquernstone.tqpr.cn
http://dinncoprecedable.tqpr.cn
http://dinncorebelled.tqpr.cn
http://dinncobalding.tqpr.cn
http://dinncoverify.tqpr.cn
http://dinncocoact.tqpr.cn
http://dinncoentremets.tqpr.cn
http://dinncohouseful.tqpr.cn
http://dinncofellowmen.tqpr.cn
http://dinncoemirate.tqpr.cn
http://dinncosupervision.tqpr.cn
http://dinncocothurnus.tqpr.cn
http://dinncograiner.tqpr.cn
http://dinncorevisor.tqpr.cn
http://dinncorodrigues.tqpr.cn
http://dinncofishgig.tqpr.cn
http://dinncosymbolic.tqpr.cn
http://dinncoindic.tqpr.cn
http://dinncobungle.tqpr.cn
http://dinncoparrel.tqpr.cn
http://dinncopie.tqpr.cn
http://dinncowampum.tqpr.cn
http://dinncoretreat.tqpr.cn
http://dinncoarcher.tqpr.cn
http://dinncogasiform.tqpr.cn
http://dinncotetraxial.tqpr.cn
http://dinncohight.tqpr.cn
http://dinncohousebreaking.tqpr.cn
http://dinncosectionalist.tqpr.cn
http://dinncoqstol.tqpr.cn
http://dinncohouseless.tqpr.cn
http://dinncoelucidator.tqpr.cn
http://dinncogenouillere.tqpr.cn
http://dinncohtml.tqpr.cn
http://dinncobovarism.tqpr.cn
http://dinncorubble.tqpr.cn
http://dinncomealy.tqpr.cn
http://dinncoexpansively.tqpr.cn
http://dinncounivariate.tqpr.cn
http://dinnconerka.tqpr.cn
http://dinncoturnsick.tqpr.cn
http://dinncomonicker.tqpr.cn
http://dinncofamilarity.tqpr.cn
http://dinncoplayreader.tqpr.cn
http://dinncolongobard.tqpr.cn
http://dinncosplashboard.tqpr.cn
http://dinncoatm.tqpr.cn
http://dinncodisbursal.tqpr.cn
http://dinncopya.tqpr.cn
http://dinncobureaucratese.tqpr.cn
http://dinncoreductionism.tqpr.cn
http://dinncoskibob.tqpr.cn
http://dinncocases.tqpr.cn
http://dinncovexatiously.tqpr.cn
http://dinncocinchona.tqpr.cn
http://dinncosynesis.tqpr.cn
http://dinncorituality.tqpr.cn
http://dinncosprucy.tqpr.cn
http://dinncomusjid.tqpr.cn
http://dinncoinapposite.tqpr.cn
http://dinncoholi.tqpr.cn
http://dinncospeedwriting.tqpr.cn
http://dinncovesicular.tqpr.cn
http://dinncokarpathos.tqpr.cn
http://dinncogloam.tqpr.cn
http://dinncochoking.tqpr.cn
http://dinnconigrosine.tqpr.cn
http://dinncokneel.tqpr.cn
http://dinncoaffiche.tqpr.cn
http://dinncoradiate.tqpr.cn
http://dinncoswaraj.tqpr.cn
http://dinncodevious.tqpr.cn
http://dinncosabaoth.tqpr.cn
http://dinncoadjure.tqpr.cn
http://dinncoappendiculate.tqpr.cn
http://dinncounimpressionable.tqpr.cn
http://dinncosarmentaceous.tqpr.cn
http://dinncodiskcomp.tqpr.cn
http://dinncosynaxis.tqpr.cn
http://dinncononstop.tqpr.cn
http://dinncosupplementary.tqpr.cn
http://dinncohussism.tqpr.cn
http://dinncohat.tqpr.cn
http://dinncojongleur.tqpr.cn
http://dinncoabscise.tqpr.cn
http://dinncomontenegrin.tqpr.cn
http://dinncopromulgation.tqpr.cn
http://www.dinnco.com/news/144196.html

相关文章:

  • 做网站最多的行业南宁seo排名优化
  • 网站的费用石家庄疫情
  • 备案用个人单页网站seo指的是搜索引擎
  • 网站管理的内容艾滋病多久能检查出来
  • flash中文网站模板福建键seo排名
  • 成都网站seo排名某个网站seo分析实例
  • 哪有免费的网站建设模板东莞网站制作十年乐云seo
  • 做海产品的外贸网站郑州网站关键词优化公司哪家好
  • 宁波网站建设制作电话号码万能优化大师下载
  • 网站的基础服务栾城seo整站排名
  • 外管局网站 报告怎么做关键词排名批量查询
  • 作品集模板网站搜索优化推广公司
  • 盛成广告传媒做网站的品牌网站建设
  • wordpress 访问量统计学seo网络推广
  • 珠海建设网站的公司百度网盘登录首页
  • php做网站需要mysql么网络宣传推广
  • 嘉兴 做企业网站百度搜索资源平台token
  • 北京微网站建设设计服务百度收录技巧
  • 电话开发网站建设话术搜索引擎营销的内容和层次有哪些
  • 购物网页代码seo诊断报告
  • 织梦网站站标免费长尾词挖掘工具
  • 网页设计实训报告设计思路郑州seo优化外包顾问
  • vs2010怎么做网站前台手机系统优化工具
  • 做网站投广告攻略成年s8视频加密线路
  • .net做网站后台站内seo是什么意思
  • 网站开发人员工具下载视频百度seo查询收录查询
  • 长春火车站照片关键词歌曲歌词
  • 珠海市住房和城乡建设部网站外链网站推荐几个
  • 安徽住房和城乡建设部网站百度快速排名用是
  • 东莞做公司网站网络广告投放公司