|
@ -459,7 +459,7 @@ public class OrderBusinessService { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 检查是否为测试账号 |
|
|
|
|
|
|
|
|
* 检查是否为测试账号11 |
|
|
*/ |
|
|
*/ |
|
|
public boolean isTestAccount(String phone) { |
|
|
public boolean isTestAccount(String phone) { |
|
|
return orderConfig.isTestAccount(phone); |
|
|
return orderConfig.isTestAccount(phone); |
|
|