...
|
...
|
@@ -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 (积分充值预览)
|
...
|
...
|
|