This commit is contained in:
songliang 2023-07-10 20:30:02 +08:00
parent 672c754579
commit 16a713be26

View File

@ -447,6 +447,9 @@ class ShopController extends BaseAuthedController
public function inappPurchaseDiamonds() public function inappPurchaseDiamonds()
{ {
error_log(json_encode($_REQUEST));
$order_id = getReqVal('order_id', '');
// { // {
// channel: 'google', // channel: 'google',
// sign: '123456677' // 签名字段 // sign: '123456677' // 签名字段