...
|
...
|
@@ -260,6 +260,9 @@ class Client extends Base |
|
|
*/
|
|
|
public function crateorder(){
|
|
|
$time=time();
|
|
|
if(empty($this->auth->id)){
|
|
|
$this->error('登录失败');
|
|
|
}
|
|
|
$verification_activity_id=$this->postParam['verification_activity_id'];
|
|
|
if(empty($verification_activity_id)){return $this->error('活动信息错误');}
|
|
|
//查询到活动
|
...
|
...
|
|