Commit 274a9930 authored by 姜登's avatar 姜登

netmark

parent d5263e10
......@@ -23,6 +23,10 @@ class OrderController extends Controller {
message: 'phone格式错误',
required: true,
},
netMark: {
type: 'number',
required: false,
},
};
this.showRule = {
......@@ -66,6 +70,9 @@ class OrderController extends Controller {
if (!(appKeyInfo && appKeyInfo.valid === true && appKeyInfo.enableYys === true)) {
return ctx.fail('未开通此服务');
}
if (netMark !== 1) {
netMark === 0;
}
const areaInfo = await service.task.phoneArea(phone);
const object = {
orderId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment