|
|
@@ -768,6 +768,8 @@ class ShopController extends BaseController {
|
|
|
$rawPostData = \Yii::$app->request->post();
|
|
|
LoggerTool::debug(['UPOP - webhook: (init).', $rawPostData]);
|
|
|
|
|
|
+ $rawPostData = json_decode($rawPostData, true);
|
|
|
+
|
|
|
// signData agencyId encryptKey encryptData
|
|
|
$agencyId = $rawPostData['agencyId'] ?? '';
|
|
|
$signData = $rawPostData['signData'] ?? '';
|