|
@@ -4,7 +4,10 @@ namespace app\data\controller\api\business;
|
|
|
|
|
|
use app\data\model\ShopGoods;
|
|
|
use think\admin\Controller;
|
|
|
-
|
|
|
+use hg\apidoc\annotation\Title;
|
|
|
+use hg\apidoc\annotation\Method;
|
|
|
+use hg\apidoc\annotation\Param;
|
|
|
+use hg\apidoc\annotation\Returned;
|
|
|
/**
|
|
|
* 商家商品数据接口
|
|
|
*/
|