baidu pay

feat/task1-c-wallet
devil_gong 2019-07-18 14:40:16 +08:00
parent 673e199111
commit ff43807487
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class Baidu
'displayData' => (object) [],
],
];
$data['bizInfo'] = '';
$data['bizInfo'] = json_encode($biz_info, JSON_UNESCAPED_UNICODE);
return DataReturn('处理成功', 0, $data);
}