提交 afa06e0e 编写于 作者: D devil_gong

头条支付

上级 684f4584
...@@ -51,7 +51,7 @@ class ToutiaoService ...@@ -51,7 +51,7 @@ class ToutiaoService
// 头条需要的订单信息 // 头条需要的订单信息
$merchant_id = '1900017261'; $merchant_id = '1900017261';
$app_id = 'tt65341389fa1e87f3'; $app_id = '800172615976';
$order_info = [ $order_info = [
'merchant_id' => $merchant_id, 'merchant_id' => $merchant_id,
'app_id' => $app_id, 'app_id' => $app_id,
...@@ -91,7 +91,7 @@ class ToutiaoService ...@@ -91,7 +91,7 @@ class ToutiaoService
} }
// 签名 // 签名
$app_secret = '9ea496422c189390d2d3ec8eec597fbcf3e1e5a7'; $app_secret = '4xi2kcrzgancnanghtafqtqrwgy5534itichypud';
$order_info['sign'] = (new \base\Toutiao())->PaySignCreated($order_info, $app_secret); $order_info['sign'] = (new \base\Toutiao())->PaySignCreated($order_info, $app_secret);
// 返回数据 // 返回数据
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册