Jersey中QueryParam,FormParam注解以及参数接收测试

https://blog.csdn.net/weixin_42522453/article/details/84073998

 

前台传送数据:http://localhost:9090/pay/api/webapi/bocAggregatePaymentService/aggregatePayment?jsonParam={%20%22appid%22:%20%22AABBCC01%22,%20%22sign_type%22:%20%22MD5%22,%20%22sign%22:%20%227b2e732735644d7126723096fee3ee74%22,%20%22timestamp%22:%20%221519955912%22,%20%22noncestr%22:%20%221122334455667788%22,%20%22biz_type%22:%20%220%22,%20%22biz_data%22:%20{%20%22servicecode%22:%20%220787%22,%20%22querytype%22:%20%220%22,%20%22cardnum%22:%20%22078700000003738722%22%20}%20}

 

 

 

你可能感兴趣的:(【原则-模式-架构】)