该文被密码保护。 阅读全文
posted @ 2017-11-15 18:07
流世幻羽
阅读(2)
评论(0)
推荐(0)
|
摘要:
public void test01(){ String strResult="{\"data\":{\"ack\":\"Y\",\"documentCode\":\"TEST-171024-2002\",\"errors\":[],\"trackNumber\":\"00340434185103578554\"},\"errorCode\":\"0\",\"errorMsg\ 阅读全文
posted @ 2017-11-08 09:49
流世幻羽
阅读(158)
评论(0)
推荐(0)
摘要:
//编辑 @RequestMapping("edit") @ResponseBody public Customer edit(Integer id){ Customer customer = customerService.getCustomerById(id); return customer; 阅读全文
posted @ 2017-10-30 18:45
流世幻羽
阅读(1216)
评论(0)
推荐(0)
摘要:
package com.etaoxue.api.third; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.UnsupportedEncodingException; import java.nio.charset.Charset; import java.security.cert.Cer... 阅读全文
posted @ 2017-09-19 20:18
流世幻羽
阅读(5325)
评论(0)
推荐(0)
|