头条支付
parent
684f4584a9
commit
afa06e0ed4
|
|
@ -51,7 +51,7 @@ class ToutiaoService
|
|||
|
||||
// 头条需要的订单信息
|
||||
$merchant_id = '1900017261';
|
||||
$app_id = 'tt65341389fa1e87f3';
|
||||
$app_id = '800172615976';
|
||||
$order_info = [
|
||||
'merchant_id' => $merchant_id,
|
||||
'app_id' => $app_id,
|
||||
|
|
@ -91,7 +91,7 @@ class ToutiaoService
|
|||
}
|
||||
|
||||
// 签名
|
||||
$app_secret = '9ea496422c189390d2d3ec8eec597fbcf3e1e5a7';
|
||||
$app_secret = '4xi2kcrzgancnanghtafqtqrwgy5534itichypud';
|
||||
$order_info['sign'] = (new \base\Toutiao())->PaySignCreated($order_info, $app_secret);
|
||||
|
||||
// 返回数据
|
||||
|
|
|
|||
Loading…
Reference in New Issue