老系统对接
This commit is contained in:
21
src/com/sino/weixin/message/req/ImageMessage.java
Normal file
21
src/com/sino/weixin/message/req/ImageMessage.java
Normal 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;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user