老系统对接

This commit is contained in:
2018-07-12 14:08:55 +08:00
commit 5f41fe5df1
420 changed files with 50883 additions and 0 deletions

View File

@ -0,0 +1,21 @@
package com.sino.weixin.message.req;
/**
* ͼƬ<CDBC><C6AC>Ϣ
* @author Administrator
*
*/
public class ImageMessage extends BaseMessage{
// ͼƬ<CDBC><C6AC><EFBFBD><EFBFBD>
private String PicUrl;
public String getPicUrl() {
return PicUrl;
}
public void setPicUrl(String picUrl) {
PicUrl = picUrl;
}
}