|
@@ -25,6 +25,8 @@ export async function getTagsList(params:any){
|
|
|
* @param promotedObjectType 推广目标
|
|
|
* @param adcreativeTemplateId 创意形式ID
|
|
|
* @param siteSet 数组版位
|
|
|
+ * https://developers.e.qq.com/docs/api/tools/adcreative_template/adcreative_template_get?version=1.3&_preview=1
|
|
|
+ * https://developers.e.qq.com/docs/tools/adcreative_template
|
|
|
* */
|
|
|
|
|
|
export async function get_adcreative_template(params:any){
|
|
@@ -38,6 +40,7 @@ export async function getTagsList(params:any){
|
|
|
* @param promotedObjectType 推广目标
|
|
|
* @param siteSet 数组版位
|
|
|
* @param campaignType 投放位置
|
|
|
+ * https://developers.e.qq.com/docs/api/tools/adcreative_template/adcreative_template_list_get?version=1.3&_preview=1
|
|
|
* */
|
|
|
|
|
|
export async function get_adcreative_template_list(params:any){
|