master
elf 2 years ago
parent 130cf67544
commit 4f58302a26

@ -934,8 +934,6 @@ class NotifyController extends BaseController
public function ff_callback() { public function ff_callback() {
$params = $_POST; $params = $_POST;
$params = '{"requestId":"SP_20230220224049Lbkw","description":"","payId":"230220600405724642","fiscalDate":"20230220","payType":"27","bankCode":"alipay","totalPrice":"6.00","tradeAmount":"6.00","tradeFee":"0.05","status":"2","endTime":"2023-02-20 22:41:08","resultSignature":"615b57428b5c1c023f6c00368aafa754"}';
$params = json_decode($params, true);
FFLog::write('NOTIFY_POST:' . json_encode($_POST)); FFLog::write('NOTIFY_POST:' . json_encode($_POST));
FFLog::write('NOTIFY_INPUT:' . file_get_contents('php://input')); FFLog::write('NOTIFY_INPUT:' . file_get_contents('php://input'));

Loading…
Cancel
Save