webht/payment
Lei OT 6 months ago
parent cc8d76a8db
commit 6ca3fb75de

@ -171,7 +171,7 @@ class PaymentService extends CI_Controller {
$GAI_API = null;
$_memo = json_decode($item->OPN_rawContent);
$GAI_API = property_exists($_memo, 'GAI_API') ? $_memo->GAI_API : null;
$GAI_API = property_exists($_memo, 'GAI_API') ? $_memo->GAI_API : '';
$GAI_API = json_encode($GAI_API, JSON_UNESCAPED_SLASHES);
// 开始查找订单和录入

Loading…
Cancel
Save