mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-01-22 22:55:58 +08:00
1. 优化数据库结构,增强兼容性
2. 添加手机浏览器跳转支付宝收银 3. 添加手机浏览器跳转微信支付提示信息
This commit is contained in:
@@ -66,6 +66,7 @@ class Plugin
|
||||
if ($message) return $message;
|
||||
$message = self::getHttpResponse(self::$siteUrl . '/MpayApi', ['action' => 'message']);
|
||||
$info = json_decode($message, true);
|
||||
if($info === null) return [];
|
||||
if ($info['code'] === 0) cache('message', $info['data'], 36000);
|
||||
return $info['data'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user