Commit 9582a33f authored by jianghaiming's avatar jianghaiming

update:set

parent 64e3f6da
...@@ -108,6 +108,10 @@ class DistributorService ...@@ -108,6 +108,10 @@ class DistributorService
$userId = $shareUserId; $userId = $shareUserId;
} }
if (!empty($userId)) {
throw new DistributorException(['cus'=>14]);
}
if (!empty($info)) { if (!empty($info)) {
throw new DistributorException(['cus'=>2]); throw new DistributorException(['cus'=>2]);
} }
......
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