|
@@ -173,6 +173,10 @@ class My extends Core
|
|
|
$info['status_name'] = $this->config['status'][$info['status']];
|
|
|
$info['method_name'] = $this->config['method'][$info['method']];
|
|
|
|
|
|
+ if ($info['status'] == 2) {
|
|
|
+ $info['status_name'] = '支付成功';
|
|
|
+ }
|
|
|
+
|
|
|
if ($info['method'] == 2 && $info['status'] > 1) {
|
|
|
# 如果是外送,需要读取外送单号
|
|
|
}
|