##分配訂單
+++
post:/index/Index/assignOrderToUser
*int:single_order=1#訂單id
*int:single_uid=1#大區經理id
*int:user_id=2#用戶id
<<<
success
{
"info": 1,
"msg": "訂單分配成功",
"code": 1
}
<<<
error
{
"info": 0,
"msg": "訂單分配失敗",
"code": 0
}
~~~