作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

去除多余接口

... ... @@ -1175,25 +1175,6 @@ class User extends Api
}
/**
* @ApiWeigh (56)
* @ApiTitle (充值积分每分需多少元)
* @ApiSummary (充值积分每分需多少元)
* @ApiMethod (POST)
*
* @ApiReturn({
"code": 1,
"msg": "成功",
"time": "1599046220",
"data": 0.01 //充值积分每分需多少元
})
*/
public function scoreRechargePrice()
{
$content = Db::name('mobile_config')->where('id',1)->value('score_recharge_price');
$this->success('成功', $content);
}
/**
* @ApiWeigh (55)
* @ApiTitle (积分充值预览)
* @ApiSummary (积分充值预览)
... ...
此 diff 太大无法显示。