Commit e1a70261 authored by sugar's avatar sugar

引充者商城

parent cf33c05a
......@@ -38,7 +38,7 @@ class Recharge extends Api{
'updatetime' => time(),
'status' => 'created',
];
if($this->auth->share_id){
if($this->auth->pid){
$data['share_id'] = $this->auth->share_id;
}
$order = Rechargeorder::create($data);
......
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