|
@@ -116,7 +116,7 @@ class ClearController extends BaseController
|
|
|
}
|
|
}
|
|
|
if (empty($salt)) {
|
|
if (empty($salt)) {
|
|
|
if (!isset($info['customShopId']) || $info['customShopId'] != $this->shopId) {
|
|
if (!isset($info['customShopId']) || $info['customShopId'] != $this->shopId) {
|
|
|
- util::fail('不是你的结账信息');
|
|
|
|
|
|
|
+ //util::fail('不是你的结账信息');
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
if (!isset($info['salt']) || $info['salt'] != $salt) {
|
|
if (!isset($info['salt']) || $info['salt'] != $salt) {
|