C# 클래스 yycms.union.wechat.Material

상속: SDK
파일 보기 프로젝트 열기: seven1276/yycms 1 사용 예제들

공개 메소드들

메소드 설명
Add ( String title, String anthor, String digest, int show_cover_pic, String content, String content_source_url, String image ) : Newtonsoft.Json.Linq.JObject

新增永久图文素材

BatchGet ( String type, int PageIndex ) : Newtonsoft.Json.Linq.JObject

获取素材列表

Detail ( String media_id ) : Newtonsoft.Json.Linq.JObject

查询单个获取永久素材

Image_Add ( string path ) : string

上传返回ID的图片素材

Image_Upload ( String _ImagePath ) : String

新增永久图文素材

Material ( String _Accecc_Token ) : System

메소드 상세

Add() 공개 메소드

新增永久图文素材
public Add ( String title, String anthor, String digest, int show_cover_pic, String content, String content_source_url, String image ) : Newtonsoft.Json.Linq.JObject
title String
anthor String
digest String
show_cover_pic int
content String
content_source_url String
image String
리턴 Newtonsoft.Json.Linq.JObject

BatchGet() 공개 메소드

获取素材列表
public BatchGet ( String type, int PageIndex ) : Newtonsoft.Json.Linq.JObject
type String 素材的类型,图片(image)、视频(video)、语音 (voice)、图文(news)
PageIndex int
리턴 Newtonsoft.Json.Linq.JObject

Detail() 공개 메소드

查询单个获取永久素材
public Detail ( String media_id ) : Newtonsoft.Json.Linq.JObject
media_id String
리턴 Newtonsoft.Json.Linq.JObject

Image_Add() 공개 메소드

上传返回ID的图片素材
public Image_Add ( string path ) : string
path string 地址
리턴 string

Image_Upload() 공개 메소드

新增永久图文素材
public Image_Upload ( String _ImagePath ) : String
_ImagePath String
리턴 String

Material() 공개 메소드

public Material ( String _Accecc_Token ) : System
_Accecc_Token String
리턴 System