C# 클래스 Senparc.Weixin.MP.AdvancedAPIs.MerChant.ShelfApi

微小店货架接口
파일 보기 프로젝트 열기: JeffreySu/WeiXinMPSDK

공개 메소드들

메소드 설명
AddShelves ( string accessToken, M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, string shelfBanner, string shelfName ) : Senparc.Weixin.MP.AdvancedAPIs.MerChant.AddShelfResult

增加货架

AddShelvesAsync ( string accessToken, M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, string shelfBanner, string shelfName ) : Task

【异步方法】增加货架

DeleteShelves ( string accessToken, int shelfId ) : WxJsonResult

删除货架

DeleteShelvesAsync ( string accessToken, int shelfId ) : Task

【异步方法】删除货架

GetAllShelves ( string accessToken ) : Senparc.Weixin.MP.AdvancedAPIs.MerChant.GetAllShelfResult

获取所有货架

GetAllShelvesAsync ( string accessToken ) : Task

【异步方法】获取所有货架

GetByIdShelves ( string accessToken, int shelfId ) : Senparc.Weixin.MP.AdvancedAPIs.MerChant.GetByIdShelfResult

根据货架ID获取货架信息

GetByIdShelvesAsync ( string accessToken, int shelfId ) : Task

【异步方法】根据货架ID获取货架信息

ModShelves ( string accessToken, M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, int shelfId, string shelfBanner, string shelfName ) : WxJsonResult

修改货架

ModShelvesAsync ( string accessToken, M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, int shelfId, string shelfBanner, string shelfName ) : Task

【异步方法】修改货架

메소드 상세

AddShelves() 공개 정적인 메소드

增加货架
public static AddShelves ( string accessToken, M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, string shelfBanner, string shelfName ) : Senparc.Weixin.MP.AdvancedAPIs.MerChant.AddShelfResult
accessToken string
m1 M1 控件1数据
m2 M2 控件2数据
m3 M3 控件3数据
m4 M4 控件4数据
m5 M5 控件5数据
shelfBanner string 货架招牌图片Url
shelfName string 货架名称
리턴 Senparc.Weixin.MP.AdvancedAPIs.MerChant.AddShelfResult

AddShelvesAsync() 공개 정적인 메소드

【异步方法】增加货架
public static AddShelvesAsync ( string accessToken, M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, string shelfBanner, string shelfName ) : Task
accessToken string
m1 M1 控件1数据
m2 M2 控件2数据
m3 M3 控件3数据
m4 M4 控件4数据
m5 M5 控件5数据
shelfBanner string 货架招牌图片Url
shelfName string 货架名称
리턴 Task

DeleteShelves() 공개 정적인 메소드

删除货架
public static DeleteShelves ( string accessToken, int shelfId ) : WxJsonResult
accessToken string
shelfId int 货架Id
리턴 Senparc.Weixin.Entities.WxJsonResult

DeleteShelvesAsync() 공개 정적인 메소드

【异步方法】删除货架
public static DeleteShelvesAsync ( string accessToken, int shelfId ) : Task
accessToken string
shelfId int 货架Id
리턴 Task

GetAllShelves() 공개 정적인 메소드

获取所有货架
public static GetAllShelves ( string accessToken ) : Senparc.Weixin.MP.AdvancedAPIs.MerChant.GetAllShelfResult
accessToken string
리턴 Senparc.Weixin.MP.AdvancedAPIs.MerChant.GetAllShelfResult

GetAllShelvesAsync() 공개 정적인 메소드

【异步方法】获取所有货架
public static GetAllShelvesAsync ( string accessToken ) : Task
accessToken string
리턴 Task

GetByIdShelves() 공개 정적인 메소드

根据货架ID获取货架信息
public static GetByIdShelves ( string accessToken, int shelfId ) : Senparc.Weixin.MP.AdvancedAPIs.MerChant.GetByIdShelfResult
accessToken string
shelfId int 货架Id
리턴 Senparc.Weixin.MP.AdvancedAPIs.MerChant.GetByIdShelfResult

GetByIdShelvesAsync() 공개 정적인 메소드

【异步方法】根据货架ID获取货架信息
public static GetByIdShelvesAsync ( string accessToken, int shelfId ) : Task
accessToken string
shelfId int 货架Id
리턴 Task

ModShelves() 공개 정적인 메소드

修改货架
public static ModShelves ( string accessToken, M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, int shelfId, string shelfBanner, string shelfName ) : WxJsonResult
accessToken string
m1 M1 控件1数据
m2 M2 控件2数据
m3 M3 控件3数据
m4 M4 控件4数据
m5 M5 控件5数据
shelfId int 货架Id
shelfBanner string 货架招牌图片Url
shelfName string 货架名称
리턴 Senparc.Weixin.Entities.WxJsonResult

ModShelvesAsync() 공개 정적인 메소드

【异步方法】修改货架
public static ModShelvesAsync ( string accessToken, M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, int shelfId, string shelfBanner, string shelfName ) : Task
accessToken string
m1 M1 控件1数据
m2 M2 控件2数据
m3 M3 控件3数据
m4 M4 控件4数据
m5 M5 控件5数据
shelfId int 货架Id
shelfBanner string 货架招牌图片Url
shelfName string 货架名称
리턴 Task