该文被密码保护。 阅读全文
摘要:
public void test01(){ String strResult="{\"data\":{\"ack\":\"Y\",\"documentCode\":\"TEST-171024-2002\",\"errors\":[],\"trackNumber\":\"00340434185103578554\"},\"errorCode\":\"0\",\"errorMsg\ 阅读全文
摘要:
public void test01(){ String strResult="{\"data\":{\"ack\":\"Y\",\"documentCode\":\"TEST-171024-2002\",\"errors\":[],\"trackNumber\":\"00340434185103578554\"},\"errorCode\":\"0\",\"errorMsg\ 阅读全文
摘要:
//编辑 @RequestMapping("edit") @ResponseBody public Customer edit(Integer id){ Customer customer = customerService.getCustomerById(id); return customer; 阅读全文
摘要:
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... 阅读全文
|