|
@@ -1113,10 +1113,10 @@ class MobileController extends UserApi
|
|
|
*/
|
|
|
public function select_num_flow(){
|
|
|
$data = $this->_validate([
|
|
|
- 'product_no'=>['require'],
|
|
|
+ 'product_sku'=>['require'],
|
|
|
]);
|
|
|
|
|
|
- $list = GantanhaoService::getSelectNum($data['product_no']);
|
|
|
+ $list = GantanhaoService::getSelectNum($data['product_sku']);
|
|
|
$this->success('成功',$list);
|
|
|
}
|
|
|
}
|