|
@@ -100,7 +100,7 @@ public class WxController extends BaseController {
|
|
|
*/
|
|
|
@PostMapping(value = "/prepareOrder")
|
|
|
@ApiOperation("app端微信支付下单")
|
|
|
- public Response<WxParamEntity> getPrepareOrder(@RequestParam @ApiParam(name="type",value="1-超级vip 2-普通vip 3-升级高级vip")Integer type) throws Exception{
|
|
|
+ public Response<WxParamEntity> getPrepareOrder( @ApiParam(name="type",value="1-超级vip 2-普通vip 3-升级高级vip")Integer type) throws Exception{
|
|
|
|
|
|
//兼容线上,app上线后删除
|
|
|
if (type == null){
|