作者 景龙
1 个管道 的构建 失败 耗费 1 秒

修改api接口注释

... ... @@ -14,9 +14,9 @@
</div>
<div class="form-group layer-footer">
<label class="control-label col-xs-12 col-sm-2"></label>
<div class="col-xs-12 col-sm-8">
<button type="submit" class="btn btn-success btn-embossed disabled">{:__('OK')}</button>
<button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
</div>
<!--<div class="col-xs-12 col-sm-8">-->
<!--<button type="submit" class="btn btn-success btn-embossed disabled">{:__('OK')}</button>-->
<!--<button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>-->
<!--</div>-->
</div>
</form>
... ...
... ... @@ -46,9 +46,9 @@
</div>
<div class="form-group layer-footer">
<label class="control-label col-xs-12 col-sm-2"></label>
<div class="col-xs-12 col-sm-8">
<button type="submit" class="btn btn-success btn-embossed disabled">{:__('OK')}</button>
<button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
</div>
<!--<div class="col-xs-12 col-sm-8">-->
<!--<button type="submit" class="btn btn-success btn-embossed disabled">{:__('OK')}</button>-->
<!--<button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>-->
<!--</div>-->
</div>
</form>
... ...
... ... @@ -65,7 +65,7 @@ class Gorders extends Api
}
$this->success('成功');
}else{
$this->error('请求方式出错');
$this->error('请求方式错误');
}
}
... ... @@ -82,7 +82,7 @@ class Gorders extends Api
"msg": "成功",
"time": "1553837670",
"data": {
"user": {
"user": {
"username": "风起时呀",//收货人
"mobile": ""//收货人电话
收货地址:微信地址(由小程序自己调取,这里不提供)
... ... @@ -120,7 +120,7 @@ class Gorders extends Api
->find();
$this->success('成功',['user'=>$user,'order'=>$data]);
}else{
$this->error('请求方式出错');
$this->error('请求方式错误');
}
}
... ... @@ -191,7 +191,7 @@ class Gorders extends Api
$this->error('提交失败');
}
}else{
$this->error('请求方式出错');
$this->error('请求方式错误');
}
}
... ... @@ -248,7 +248,7 @@ class Gorders extends Api
}
$this->success('成功',$data);
}else{
$this->error('请求方式出错');
$this->error('请求方式错误');
}
}
}
... ...
... ... @@ -71,7 +71,7 @@ class Omessages extends Api
->select();
$this->success('成功',$data);
}else{
$this->error('请求方式出错');
$this->error('请求方式错误');
}
}
... ...
... ... @@ -80,8 +80,8 @@ class Wxpay extends Api
$order = [
'out_trade_no' => $pay_order_sn,//支付订单号
'body' => '广西小纸皮再生资源回收有限公司',
'total_fee' => 1,
// 'total_fee' => floatval($total_price)*100,//单位:分
// 'total_fee' => 1,
'total_fee' => floatval($total_price)*100,//单位:分
'openid' => $openid,
'notify_url' => url('api/Wxpay/notify','','',true),
];
... ...
此 diff 太大无法显示。
此 diff 太大无法显示。
... ... @@ -3509,7 +3509,7 @@
"msg": "成功",
"time": "1553837670",
"data": {
"user": {
"user": {
"username": "风起时呀",//收货人
"mobile": ""//收货人电话
收货地址:微信地址(由小程序自己调取,这里不提供)
... ... @@ -12023,7 +12023,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2019-04-08 08:32:08 </div>
Generated on 2019-04-08 14:09:12 </div>
<div class="col-md-6" align="right">
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
</div>
... ...