Merge branch 'master' of http://111.229.174.37:3000/Food/food_server
This commit is contained in:
commit
b9770c3095
@ -85,7 +85,8 @@ class PayController extends PublicController
|
|||||||
{
|
{
|
||||||
// 实例化 Yansongda Pay
|
// 实例化 Yansongda Pay
|
||||||
$result = Pay::wechat($this->config)->callback();
|
$result = Pay::wechat($this->config)->callback();
|
||||||
$this->publish('demo', json_encode($result));
|
// 地面终端 和 小程序端的提示刷新信息
|
||||||
|
$this->publish('refreshQuestList/2dc23dcfecc05fb1', 1);
|
||||||
try {
|
try {
|
||||||
// 验证成功,处理业务逻辑
|
// 验证成功,处理业务逻辑
|
||||||
if ($result['resource']['ciphertext']['trade_state'] == 'SUCCESS') {
|
if ($result['resource']['ciphertext']['trade_state'] == 'SUCCESS') {
|
||||||
|
Loading…
Reference in New Issue
Block a user