| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618 |
- ### register
- POST {{host}}/central/admin/v1/admin/user/register
- Content-Type: application/json
- Authorization: BgeNpi3y9pkjyWJocDpsCjuuwJxYhNta
- {
- "account": "cws",
- "nickname": "陈伟生",
- "remark": ""
- }
- ### login
- POST {{host}}/central/admin/v1/admin/user/login
- Content-Type: application/json
- {
- "account": "cws",
- "password": "123456"
- }
- ### reset password
- POST {{host}}/central/admin/v1/admin/user/password/reset
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "account": "wjj",
- "originalPassword": "666666",
- "password": "123456"
- }
- ### organ trees
- POST {{host}}/central/admin/v1/admin/organ/trees
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### query organ page
- POST {{host}}/central/admin/v1/admin/organ/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### create organ
- POST {{host}}/central/admin/v1/admin/organ/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "name": "投放部",
- "parentId": 1
- }
- ### update organ
- POST {{host}}/central/admin/v1/admin/organ/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 3,
- "name": "投放部"
- }
- ### query user page
- POST {{host}}/central/admin/v1/admin/user/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### update user
- POST {{host}}/central/admin/v1/admin/user/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 3,
- "organId": 2
- }
- ### query role page
- POST {{host}}/central/admin/v1/admin/role/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### my role list
- POST {{host}}/central/admin/v1/admin/role/my
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### role list
- POST {{host}}/central/admin/v1/admin/role/list
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### auth data list
- POST {{host}}/central/admin/v1/admin/auth/data/list
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "roleId": 1
- }
- ### auth data allocate
- POST {{host}}/central/admin/v1/admin/auth/data/allocate
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "roleId": 1,
- "list": [
- {
- "funcCode": "promotion_manage",
- "authType": 2
- }
- ]
- }
- ### auth trees
- POST {{host}}/central/admin/v1/admin/auth/trees
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "system": "central"
- }
- ### auth ids
- POST {{host}}/central/admin/v1/admin/auth/ids
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "roleId": 1
- }
- ### auth my
- POST {{host}}/central/admin/v1/admin/auth/my
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "system": "central"
- }
- ### auth menu
- POST {{host}}/central/admin/v1/admin/auth/menu
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "system": "central"
- }
- ### app page
- POST {{host}}/central/admin/v1/app/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### app my
- POST {{host}}/central/admin/v1/app/my
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "system": "central"
- }
- ### app create
- POST {{host}}/central/admin/v1/app/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "name": "测试-酱香充电",
- "appPlatform": 1,
- "packageName": "com.chargebattery.jiangxiang6",
- "remark": "测试",
- "projectCode": "project_playlet",
- "productCode": "com.chargebattery.jiangxiang3"
- }
- ### app allocate
- POST {{host}}/central/admin/v1/app/allocate
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "userId": 9,
- "appIds": [
- 1
- ]
- }
- ### getProjectPage
- POST {{host}}/central/admin/v1/project/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "packageName": "com.chargebattery.jiangxiang",
- "projectCode": "project_playlet",
- "confCode": "daily_withdraw_task"
- }
- ### getChannelPage
- POST {{host}}/central/admin/v1/channel/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "packageName": "com.chargebattery.jiangxiang",
- "projectCode": "project_playlet",
- "confCode": "daily_withdraw_task"
- }
- ### getPackagePage
- POST {{host}}/central/admin/v1/package/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "packageName": "com.chargebattery.jiangxiang",
- "projectCode": "project_playlet",
- "confCode": "daily_withdraw_task"
- }
- ### pay config page
- POST {{host}}/central/admin/v1/pay/config/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### pay item page
- POST {{host}}/central/admin/v1/pay/item/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### pay option page
- POST {{host}}/central/admin/v1/pay/option/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### pay order page
- POST {{host}}/central/admin/v1/pay/order/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### pay order statistics
- POST {{host}}/central/admin/v1/pay/order/statistics
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "phone": 13713873750,
- "page": 1,
- "pageSize": 50,
- "createTimeBegin": 1706889600000,
- "createTimeEnd": 1706975999999
- }
- ### pay transfer page
- POST {{host}}/central/admin/v1/pay/transfer/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "packageName": "com.chargebattery.jiangxiang",
- "appPlatform": 1,
- "deviceId": "d3814d60a1b1451589ce0e2520d6ab49",
- "ssid": "c7d32b1674654f6f90acfdc454526bb7",
- "payMethod": 1,
- "outTransferNo": "231201928043024205103104",
- "page": 1,
- "pageSize": 50
- }
- ### pay transfer statistics
- POST {{host}}/central/admin/v1/pay/transfer/statistics
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "packageName": "com.chargebattery.jiangxiang",
- "appPlatform": 1,
- "deviceId": "d3814d60a1b1451589ce0e2520d6ab49",
- "ssid": "c7d32b1674654f6f90acfdc454526bb7",
- "payMethod": 1,
- "outTransferNo": "231201928043024205103104",
- "page": 1,
- "pageSize": 50
- }
- ### user page
- POST {{host}}/central/admin/v1/user/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "userId": "fe897d503bc9477da8a01972183d55bd",
- "ssid": "39ca7ddd0ae24a4f9917b828f96cff80",
- "packageName": "cn.com.devotiondigital.xiyuejia",
- "channelName": "",
- "phone": "11223344551",
- "page": 1,
- "pageSize": 50
- }
- ### device detail page
- POST {{host}}/central/admin/v1/device/detail/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "packageName": "cn.com.devotiondigital.xiyuejia",
- "appPlatform": 4,
- "page": 1,
- "pageSize": 50
- }
- ### sms code query
- POST {{host}}/central/admin/v1/auth/sms/code/query
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "phone": "11223344551"
- }
- ### alipay config page
- POST {{host}}/central/admin/v1/auth/alipay/config/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "appId": "2021004130614038",
- "packageName": "com.redredshortplay.hhhdj",
- "appPlatform": 1,
- "status": 0
- }
- ### wechat config page
- POST {{host}}/central/admin/v1/auth/wechat/config/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "appid": "wxc4f4aa2759b25db4",
- "packageName": "com.redredshortplay.hhhdj",
- "appPlatform": 1,
- "status": 0
- }
- ### 微信投诉订单列表
- POST {{host}}/central/admin/v1/pay/complaint/wechat/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 1,
- "createTimeBegin": 1709827200000,
- "createTimeEnd": 1712332800000,
- "page": 1,
- "pageSize": 10,
- "transactionId2": "4200002200202403263951599100",
- "complaintState2": "PROCESSED",
- "problemType2": "OTHERS",
- "incomingUserResponse2": false,
- "userComplaintTimes2": 1,
- "timeoutStatus2": "NOT_HANDLED_COMPLETELY",
- "aboutTimeoutStatus2": "PENDING"
- }
- ### 微信投诉订单统计
- POST {{host}}/central/admin/v1/pay/complaint/wechat/statistics
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### 微信投诉订单详情
- POST {{host}}/central/admin/v1/pay/complaint/wechat/getComplaint
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 1,
- "complaintId": "200000020240327200162188465"
- }
- ### 微信投诉订单协商历史
- POST {{host}}/central/admin/v1/pay/complaint/wechat/queryNegotiationHistorys
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 1,
- "complaintId": "200000020240327200162188465"
- }
- ### 微信投诉订单回复用户
- POST {{host}}/central/admin/v1/pay/complaint/wechat/submitResponse
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 1,
- "complaintId": "200000020240327200162188465",
- "responseContent": "测试",
- "responseImages": [
- "1"
- ],
- "jumpUrlText": "1",
- "jumpUrl": "1"
- }
- ### 微信投诉订单图片上传
- POST {{host}}/central/admin/v1/pay/complaint/wechat/uploadResponseImage
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 1,
- "complaintId": "200000020240327200162188465"
- }
- ### 微信投诉订单处理完成
- POST {{host}}/central/admin/v1/pay/complaint/wechat/complete
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 1,
- "complaintId": "200000020240327200162188465"
- }
- ### 微信投诉订单审批拒绝退款
- POST {{host}}/central/admin/v1/pay/complaint/wechat/rejectRefund
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 1,
- "complaintId": "200000020240327200162188465",
- "rejectReason": "退款驳回",
- "rejectMediaList": [
- "1"
- ],
- "remark": "测试"
- }
- ### 支付宝投诉订单列表
- POST {{host}}/central/admin/v1/pay/complaint/ali/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 10,
- "createTimeBegin": 1715184000000,
- "createTimeEnd": 1715875199999,
- "page": 1,
- "pageSize": 3,
- "status2": "PROCESSING"
- }
- ### 支付宝投诉订单详情
- POST {{host}}/central/admin/v1/pay/complaint/ali/getComplaint
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 21,
- "complainId": 115608652
- }
- ### 支付宝投诉订单图片上传
- POST {{host}}/central/admin/v1/pay/complaint/ali/uploadResponseImage
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 9
- }
- ### 支付宝投诉订单处理
- POST {{host}}/central/admin/v1/pay/complaint/ali/submitResponse
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "merchantId": 10,
- "complainId": 122317250,
- "processCode": "ORTHER",
- "remark": "亲,您遇到了什么问题呢,可以提供截图,描述下具体问题吗",
- "imgFileList": [],
- "imgFileList2": [
- {
- "imgUrl": "http://mdn.alipayobjects.com/security_fraudmng/afts/img/A*IxoLRaE5hOIAAAAAAAAAAAAADsJ2AA/original?t=X-v0LHsnpE4zxklG0rClM1Xv0x84tLoz-WY5arjmesMDAAAAZAAAdsIAAAAA",
- "imgUrlKey": "A*IxoLRaE5hOIAAAAAAAAAAAAADsJ2AA"
- }
- ]
- }
- ### 支付宝投诉订单统计
- POST {{host}}/central/admin/v1/pay/complaint/ali/statistics
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### deprecate device
- POST {{host}}/central/admin/v1/device/deprecate
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "deviceId": "9ffe7eb637a54fbcb35b1f312c319f09"
- }
- ### deprecate user
- POST {{host}}/central/admin/v1/user/deprecate
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": "8a783ddcdb7d49fc9f9fd196bd822810"
- }
- ### dy config page
- POST {{host}}/central/admin/v1/auth/dy/config/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 10,
- "appid": "tteb6c9dd1745d882801",
- "packageName": "com.xingchat.muse",
- "appPlatform": 8,
- "status": 0
- }
- ### dy config create
- POST {{host}}/central/admin/v1/auth/dy/config/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "appid": "tteb6c9dd1745d882801",
- "packageName": "com.xingchat.muse",
- "appPlatform": 8,
- "secret": 1,
- "status": 0
- }
- ### dy config update
- POST {{host}}/central/admin/v1/auth/dy/config/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 1,
- "appid": "tteb6c9dd1745d882801",
- "packageName": "com.xingchat.muse",
- "appPlatform": 8,
- "secret": 1,
- "status": 0
- }
- ### 退款
- POST {{host}}/central/admin/v1/pay/refund
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "outTradeNo": "2407191011756026131197952"
- }
- ### generate promotion link
- POST {{host}}/central/admin/v1/promotion/link/generate
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "appId": 36,
- "originGravityEngineLink": "https://backend.gravity-engine.com/event_center/api/v1/event/click/?app_id=18537206&channel=base_channel&track_id=vrneJf9bGPXoeADw&company=zhihu&aid=__CAMPAIGN__&cid=__CREATIVE__&imei_md5=__IMEI__&oaid=__OAID__&android_id_md5=__ANDROIDID__&ts=__TS__&ip=__IP__&ua=__UA__&callback=__CALLBACK__&zhs2s=1"
- }
- ### generate promotion link options v8
- POST {{host}}/central/admin/v8/promotion/link/options
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### generate promotion link v8
- POST {{host}}/central/admin/v8/promotion/link/generate
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "appId": 36,
- "company": "baidu",
- "v8AppId": "0"
- }
- ### opt user ids
- POST {{host}}/central/admin/v1/promotion/manage/opt/user/ids
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### opt users
- POST {{host}}/central/admin/v1/promotion/manage/opt/users
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### promotion advertiser page
- POST {{host}}/central/admin/v1/promotion/advertiser/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### promotion advertiser update
- POST {{host}}/central/admin/v1/promotion/advertiser/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "advertiserId": "1670994481382414",
- "rebate": 1.1,
- "remark": "remark",
- "appCode": "",
- "optUserId": 0
- }
- ### document agreement page
- POST {{host}}/central/admin/v1/document/agreement/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### document agreement create
- POST {{host}}/central/admin/v1/document/agreement/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "name": "王者换肤-安卓-星檬-隐私政策",
- "productName": "王者换肤",
- "appPlatform": 1,
- "subjectName": "星檬",
- "agreementType": "隐私政策",
- "content": ""
- }
- ### document agreement update
- POST {{host}}/central/admin/v1/document/agreement/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### document agreement types
- POST {{host}}/central/admin/v1/document/agreement/types
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### agreement product names
- POST {{host}}/central/admin/v1/document/agreement/product/names
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### subject page
- POST {{host}}/central/admin/v1/subject/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### subject create
- POST {{host}}/central/admin/v1/subject/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "name": "星檬",
- "host": "http://doc.atmob.com"
- }
- ### subject update
- POST {{host}}/central/admin/v1/subject/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 1,
- "name": "星檬",
- "host": "http://doc.atmob.com",
- "remark": ""
- }
- ### promotion grant app page
- POST {{host}}/central/admin/v1/promotion/grant/app/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### promotion grant account page
- POST {{host}}/central/admin/v1/promotion/grant/account/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### promotion grant link
- POST {{host}}/central/admin/v1/promotion/grant/link
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "company": "tencent",
- "grantAppId": "1112025613"
- }
- ### pay renew page
- POST {{host}}/central/admin/v1/pay/renew/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 10,
- "packageNames": [
- "com.xingchat.muse"
- ],
- "orderType": 1
- }
- ### pay renew statistics
- POST {{host}}/central/admin/v1/pay/renew/statistics
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 50,
- "createTimeBegin": 1728316800000,
- "createTimeEnd": 1728576000000,
- "orderType": 0
- }
- ### promotion report page
- POST {{host}}/central/admin/v1/promotion/report/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 20,
- "appCode": "com.quqiang.pifu_1",
- "optAppGroupId": null,
- "groupByAppCode": false,
- "dimensions": [
- "company",
- "advertiser_id",
- "gid",
- "aid",
- "cid"
- ],
- "endDate": "2025-03-03 23:59:59",
- "startDate": "2025-02-20 00:00:00",
- "timeGranularity": "DAILY"
- }
- ### promotion advertiser manager page
- POST {{host}}/central/admin/v1/promotion/advertiser/manager/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 20,
- "appCode": null,
- "dimension": "cid",
- "endDate": "2025-03-03 23:59:59",
- "startDate": "2025-02-20 00:00:00",
- "timeGranularity": "DAILY",
- "company": "kuaishou"
- }
- ### promotion report field templates
- POST {{host}}/central/admin/v1/promotion/report/field/templates
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### promotion report dimensions
- POST {{host}}/central/admin/v1/promotion/report/dimensions
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### promotion opt app group page
- POST {{host}}/central/admin/v1/promotion/opt/app/group/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### promotion opt app group create
- POST {{host}}/central/admin/v1/promotion/opt/app/group/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "name": "全部"
- }
- ### promotion opt app group update
- POST {{host}}/central/admin/v1/promotion/opt/app/group/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 1,
- "optUserId": 2,
- "appCodeList": [
- "com.xingchat.muse_1"
- ]
- }
- ### promotion opt app group list
- POST {{host}}/central/admin/v1/promotion/opt/app/group/list
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### netease config page
- POST {{host}}/central/admin/v1/auth/netease/config/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 10,
- "status": 0
- }
- ### netease config create
- POST {{host}}/central/admin/v1/auth/netease/config/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "packageName": "com.xingchat.muse",
- "appPlatform": 2,
- "secretId": "5299ec9603d78d53e10fdddb127c9ca3",
- "businessId": "c6b5dc09a5e445d28366ba23657274fc",
- "secretKey": "3a11e7637cc993bbe868b3e52728ed72",
- "version": "v1",
- "status": 0
- }
- ### netease config update
- POST {{host}}/central/admin/v1/auth/netease/config/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 3,
- "packageName": "com.xingchat.muse",
- "appPlatform": 2,
- "secretId": "5299ec9603d78d53e10fdddb127c9ca3",
- "businessId": "c6b5dc09a5e445d28366ba23657274fc",
- "secretKey": "3a11e7637cc993bbe868b3e52728ed72",
- "version": "v1",
- "status": 0
- }
- ### advertisement event info page
- POST {{host}}/central/admin/v1/advertisement/v1/event/info/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "status": 0,
- "pageSize": 100,
- "tables": [
- {
- "filters": [
- {
- "column": "$app_code",
- "operator": "EQUALS",
- "value": "com.manbu.gaoqingditu_1"
- },
- {
- "column": "$time",
- "operator": "RANGE_IN",
- "start": "2023-12-31 00:00:00",
- "end": "2025-12-31 23:59:59",
- "toUnixTimestamp": true
- },
- {
- "column": "$reg_time",
- "operator": "RANGE_IN",
- "start": "2023-12-31 00:00:00",
- "end": "2025-12-31 23:59:59"
- }
- ]
- }
- ]
- }
- ### advertisement event info statistics
- POST {{host}}/central/admin/v1/advertisement/v1/event/info/statistics
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 3,
- "packageName": "com.xingchat.muse",
- "appPlatform": 2,
- "secretId": "5299ec9603d78d53e10fdddb127c9ca3",
- "businessId": "c6b5dc09a5e445d28366ba23657274fc",
- "secretKey": "3a11e7637cc993bbe868b3e52728ed72",
- "version": "v1",
- "status": 0,
- "pageSize": 100,
- "tables": [
- {
- "filters": [
- {
- "column": "$time",
- "operator": "RANGE_IN",
- "start": "2024-12-31 00:00:00",
- "end": "2024-12-31 23:59:59",
- "toUnixTimestamp": true
- }
- ]
- }
- ]
- }
- ### advertisement event user page
- POST {{host}}/central/admin/v1/advertisement/v1/event/user/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 50,
- "projectCode": "project_playlet",
- "tables": [
- {
- "filters": [
- {
- "column": "$app_platform",
- "operator": "EQUALS",
- "value": "1"
- },
- {
- "column": "$time",
- "operator": "RANGE_IN",
- "start": "2025-02-06 00:00:00",
- "end": "2025-02-06 23:59:59",
- "toUnixTimestamp": true
- },
- {
- "column": "$reg_time",
- "operator": "RANGE_IN",
- "start": "2025-02-06 00:00:00",
- "end": "2025-02-06 23:59:59"
- }
- ],
- "havingFields": [],
- "orderByFields": [
- {
- "column": "reg_time_max",
- "desc": true
- }
- ]
- },
- {
- "filters": [
- {
- "column": "$app_platform",
- "operator": "EQUALS",
- "value": "1"
- },
- {
- "column": "$time",
- "operator": "RANGE_IN",
- "start": "2025-02-06 00:00:00",
- "end": "2025-02-06 23:59:59",
- "toUnixTimestamp": true
- },
- {
- "column": "$reg_time",
- "operator": "RANGE_IN",
- "start": "2025-02-06 00:00:00",
- "end": "2025-02-06 23:59:59"
- }
- ],
- "havingFields": [],
- "orderByFields": []
- }
- ]
- }
- ### advertisement event user statistics
- POST {{host}}/central/admin/v1/advertisement/v1/event/user/statistics
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_playlet",
- "tables": [
- {
- "filters": [
- {
- "column": "$app_platform",
- "operator": "EQUALS",
- "value": "1"
- },
- {
- "column": "$time",
- "operator": "RANGE_IN",
- "start": "2025-02-06 00:00:00",
- "end": "2025-02-06 23:59:59",
- "toUnixTimestamp": true
- },
- {
- "column": "$reg_time",
- "operator": "RANGE_IN",
- "start": "2025-02-06 00:00:00",
- "end": "2025-02-06 23:59:59"
- }
- ],
- "havingFields": []
- },
- {
- "filters": [
- {
- "column": "$app_platform",
- "operator": "EQUALS",
- "value": "1"
- },
- {
- "column": "$time",
- "operator": "RANGE_IN",
- "start": "2025-02-06 00:00:00",
- "end": "2025-02-06 23:59:59",
- "toUnixTimestamp": true
- },
- {
- "column": "$reg_time",
- "operator": "RANGE_IN",
- "start": "2025-02-06 00:00:00",
- "end": "2025-02-06 23:59:59"
- }
- ],
- "havingFields": []
- }
- ]
- }
- ### advertisement event meta prop page
- POST {{host}}/central/admin/v1/event/meta/prop/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 1,
- "projectCode": "project_playlet"
- }
- ### advertisement event meta info page
- POST {{host}}/central/admin/v1/event/meta/info/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 1000,
- "projectCode": "common-project"
- }
- ### advertisement event meta info create
- POST {{host}}/central/admin/v1/event/meta/info/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_playlet",
- "alias": "$ad_shown",
- "name": "广告展示",
- "productId": "46",
- "eventType": "example_event_type",
- "accept": true,
- "description": "Example description for the event"
- }
- ### advertisement event meta info update
- POST {{host}}/central/admin/v1/event/meta/info/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 123,
- "projectCode": "updated_project_code",
- "alias": "updated_alias",
- "name": "Updated Event Name",
- "productId": "project_playlet",
- "eventType": "updated_event_type",
- "accept": false,
- "description": "Updated description for the event",
- "createTime": "2024-01-01T00:00:00",
- "updateTime": "2024-01-01T00:00:00",
- "status": 1
- }
- ### advertisement event query_sql
- POST {{host}}/central/admin/v1/advertisement/v1/event/sql/query
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_playlet",
- "query_item_list": [
- {
- "event_name": "$SceneLoaded",
- "event_label": "Unity场景加载",
- "custom_name": "Unity场景加载.总次数",
- "target": {
- "name": "PresetAllCount",
- "field": "PresetAllCount"
- },
- "conditions": [],
- "cond_logic": "AND",
- "event_index": 1
- }
- ],
- "custom_query_item_list": [
- {
- "custom_name": "自定义指标",
- "formula": "x/x/ 100000 + (1+2)",
- "query_item_list": [
- {
- "projectCode": "ad_event",
- "event_name": "$ad_shown",
- "event_label": "广告展示",
- "custom_name": "广告展示.总预计收益",
- "target": {
- "name": "SUMIF",
- "field": "$adEcpm"
- },
- "conditions": [
- {
- "operator": "IN",
- "field": "$event",
- "type": "user",
- "value": [
- "$transfer"
- ]
- },
- {
- "operator": "GREATER",
- "field": "$adEcpm",
- "type": "user",
- "value": [
- 100
- ]
- }
- ],
- "cond_logic": "OR"
- },
- {
- "projectCode": "ad_event",
- "event_name": "$ad_shown",
- "event_label": "展示次数",
- "custom_name": "事件.展示次数",
- "target": {
- "name": "COUNTIF",
- "field": "$event"
- },
- "conditions": [],
- "cond_logic": "AND"
- }
- ],
- "decimal_point": "two_point",
- "event_index": 0
- },
- {
- "custom_name": "提现次数",
- "formula": "x",
- "query_item_list": [
- {
- "projectCode": "project_playlet",
- "event_name": "$transfer",
- "event_label": "提现次数",
- "custom_name": "事件.提现次数",
- "target": {
- "name": "PresetUserAvg",
- "field": "PresetUserAvg"
- },
- "conditions": [],
- "cond_logic": "AND"
- }
- ],
- "decimal_point": "two_point",
- "event_index": 2
- }
- ],
- "group_by_list": [
- {
- "projectCode": "project_playlet",
- "field": "$app_version_code",
- "custom_name": "测试3"
- }
- ],
- "global_conditions": [
- {
- "field": "$app_code",
- "value": [
- "com.xm.jvjingcai_1"
- ],
- "operator": "EQUALS",
- "projectCode": "project_playlet"
- },
- {
- "field": "$app_code",
- "value": [
- "com.xm.jvjingcai_1"
- ],
- "operator": "EQUALS",
- "projectCode": "ad_event"
- }
- ],
- "global_cond_logic": "AND",
- "date_list": [
- {
- "start_date": "2024-12-30 00:00:00",
- "end_date": "2024-12-31 23:59:59"
- }
- ],
- "return_hierarchy_list": true,
- "calc_layer_y": true
- }
- ### advertisement event analysis user retention
- POST {{host}}/central/admin/v1/advertisement/v1/event/analysis/user/retention
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_playlet",
- "offset": 7,
- "query_item_list": [
- {
- "projectCode": "ad_event",
- "event_name": "$ad_clicked",
- "custom_name": "广告加载.用户数",
- "target": {
- "name": "PresetAllCount",
- "field": "PresetAllCount"
- },
- "conditions": [
- ],
- "cond_logic": "AND"
- },
- {
- "projectCode": "project_playlet",
- "event_name": "$attribution",
- "custom_name": "App 启动",
- "target": {
- "name": "PresetAllCount",
- "field": "PresetAllCount"
- },
- "conditions": [],
- "cond_logic": "AND"
- }
- ],
- "group_by_list": [
- ],
- "global_conditions": [
- ],
- "global_cond_logic": "AND",
- "date_list": [
- {
- "start_date": "2025-01-09 00:00:00",
- "end_date": "2025-01-16 23:59:59"
- }
- ],
- "return_hierarchy_list": true,
- "calc_layer_y": true
- }
- ### advertisement event analysis template get
- POST {{host}}/central/admin/v1/event/analysis/template/get
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": "4"
- }
- ### advertisement event analysis template page
- POST {{host}}/central/admin/v1/event/analysis/template/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 10,
- "source": "presets",
- "status": 0
- }
- ### advertisement event analysis template create
- POST {{host}}/central/admin/v1/event/analysis/template/create
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "name": "test3",
- "type": "event",
- "source": "customize",
- "sourceId": "12",
- "remark": "This is an example template.",
- "content": "{\"projectCode\":\"project_playlet\",\"query_item_list\":[{\"event_name\":\"$SceneLoaded\",\"event_label\":\"Unity场景加载\",\"custom_name\":\"Unity场景加载.总次数\",\"target\":{\"name\":\"PresetAllCount\",\"field\":\"PresetAllCount\"},\"conditions\":[],\"cond_logic\":\"AND\",\"event_index\":1}],\"custom_query_item_list\":[{\"custom_name\":\"自定义指标\",\"formula\":\"x/x/ 100000\",\"query_item_list\":[{\"projectCode\":\"ad_event\",\"event_name\":\"$ad_shown\",\"event_label\":\"广告展示\",\"custom_name\":\"广告展示.总预计收益\",\"target\":{\"name\":\"SUMIF\",\"field\":\"$adEcpm\"},\"conditions\":[{\"operator\":\"IN\",\"field\":\"$event\",\"type\":\"user\",\"value\":[\"$transfer\",\"$transfer\"]},{\"operator\":\"GREATER\",\"field\":\"$adEcpm\",\"type\":\"user\",\"value\":[100]}],\"cond_logic\":\"OR\"},{\"projectCode\":\"ad_event\",\"event_name\":\"$ad_shown\",\"event_label\":\"展示次数\",\"custom_name\":\"事件.展示次数\",\"target\":{\"name\":\"COUNTIF\",\"field\":\"$event\"},\"conditions\":[],\"cond_logic\":\"AND\"}],\"decimal_point\":\"two_point\",\"event_index\":0},{\"custom_name\":\"提现次数\",\"formula\":\"x\",\"query_item_list\":[{\"projectCode\":\"project_playlet\",\"event_name\":\"$transfer\",\"event_label\":\"提现次数\",\"custom_name\":\"事件.提现次数\",\"target\":{\"name\":\"PresetUserAvg\",\"field\":\"PresetUserAvg\"},\"conditions\":[],\"cond_logic\":\"AND\"}],\"decimal_point\":\"two_point\",\"event_index\":2}],\"group_by_list\":[{\"projectCode\":\"project_playlet\",\"field\":\"$app_version_code\",\"custom_name\":\"测试3\"}],\"global_conditions\":[{\"field\":\"$app_code\",\"value\":[\"com.xm.jvjingcai_1\"],\"operator\":\"EQUALS\",\"projectCode\":\"project_playlet\"},{\"field\":\"$app_code\",\"value\":[\"com.xm.jvjingcai_1\"],\"operator\":\"EQUALS\",\"projectCode\":\"ad_event\"}],\"global_cond_logic\":\"AND\",\"date_list\":[{\"start_date\":\"2024-12-30 00:00:00\",\"end_date\":\"2024-12-31 23:59:59\"}],\"return_hierarchy_list\":true,\"calc_layer_y\":true}"
- }
- ### advertisement event analysis template update
- POST {{host}}/central/admin/v1/event/analysis/template/update
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "id": 123,
- "projectCode": "updated_project_code",
- "alias": "updated_alias",
- "name": "Updated Event Name",
- "productId": "project_playlet",
- "eventType": "updated_event_type",
- "accept": false,
- "description": "Updated description for the event",
- "createTime": "2024-01-01T00:00:00",
- "updateTime": "2024-01-01T00:00:00",
- "status": 1
- }
- ### promotion report roi get
- POST {{host}}/central/admin/v1/promotion/report/roi/get
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 500,
- "appCode": null,
- "endDate": "2025-03-03 23:59:59",
- "startDate": "2025-03-03 00:00:00",
- "timeGranularity": "DAILY",
- "field": "total_income",
- "advertiserIds": [],
- "company": null,
- "multiDays": 7,
- "decimalPoint": 4
- }
- ### promotion report accuracy roi get
- POST {{host}}/central/admin/v1/promotion/report/roi/accuracy/get
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 500,
- "appCode": "com.manbu.gaoqingditu_1",
- "endDate": "2025-03-20 23:59:59",
- "startDate": "2025-03-13 00:00:00",
- "timeGranularity": "DAILY",
- "field": "total_income",
- "advertiserIds": [],
- "company": null,
- "multiDays": 7,
- "decimalPoint": 4
- }
- ### promotion report roi templates
- POST {{host}}/central/admin/v1/promotion/report/field/roi/templates
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- }
- ### promotion overview data summary
- POST {{host}}/central/admin/v1/promotion/overview/data/summary
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "appCode": null,
- "endDate": "2025-02-14 23:59:59",
- "startDate": "2025-02-10 00:00:00",
- "company": null
- }
- ### promotion overview data dimension
- POST {{host}}/central/admin/v1/promotion/overview/data/dimension
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "pageSize": 15,
- "appCode": null,
- "endDate": "2025-02-14 23:59:59",
- "startDate": "2025-02-10 00:00:00",
- "company": null,
- "dimension": "advertiser_id"
- }
- ### promotion /central/admin/v1/advertisement/v1/overview/user/info
- POST {{host}}/central/admin/v1/advertisement/v1/overview/user/info
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_song",
- "packageName": "",
- "appPlatform": ""
- }
- ### promotion /central/admin/v1/advertisement/v1/overview/time/statistics
- POST {{host}}/central/admin/v1/advertisement/v1/overview/time/statistics
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_playlet",
- "packageName": null,
- "appPlatform": null,
- "startDate": "2025-03-19 00:00:00",
- "endDate": "2025-03-19 23:59:59",
- "field": "ad_income",
- "timeUnit": "hour"
- }
- ### promotion /central/admin/v1/advertisement/v1/overview/retention/rate
- POST {{host}}/central/admin/v1/advertisement/v1/overview/retention/rate
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_song",
- "field": "dau",
- "timeUnit": "day",
- "startDate": "2025-03-10 00:00:00",
- "endDate": "2025-03-17 00:00:00"
- }
- ### promotion /central/admin/v1/advertisement/v1/overview/transaction/info
- POST {{host}}/central/admin/v1/advertisement/v1/overview/transaction/info
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_song",
- "packageName": "",
- "appPlatform": ""
- }
- ### promotion /central/admin/v1/advertisement/v1/overview/realization/info
- POST {{host}}/central/admin/v1/advertisement/v1/overview/realization/info
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_playlet",
- "startDate": "2025-03-10 00:00:00",
- "endDate": "2025-03-17 00:00:00",
- "packageName": "",
- "appPlatform": ""
- }
- ### promotion /central/admin/v1/advertisement/v1/overview/realization/constitute/analysis
- POST {{host}}/central/admin/v1/advertisement/v1/overview/realization/constitute/analysis
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "projectCode": "project_playlet",
- "startDate": "2025-03-10 00:00:00",
- "endDate": "2025-03-17 00:00:00"
- }
- ### promotion /central/admin/v1/promotion/agent/page
- POST {{host}}/central/admin/v1/promotion/agent/page
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "page": 1,
- "pageSize": 20,
- "appCode": null,
- "dimension": "advertiser_id",
- "endDate": "2025-03-20 23:59:59",
- "startDate": "2025-03-20 00:00:00",
- "timeGranularity": "DAILY",
- "company": "baidu"
- }
- ### promotion /central/admin/v1/promotion/advertiser/batch/update/agent
- POST {{host}}/central/admin/v1/promotion/advertiser/batch/update/agent
- Content-Type: application/json
- Authorization: {{Authorization}}
- {
- "advertiserIds": [
- "62170254",
- "62170255",
- "62170256",
- "62170257",
- "62170258",
- "62170259",
- "62170260",
- "62170261",
- "62170262",
- "62170263",
- "62170264",
- "62170265",
- "62170266",
- "62170267",
- "62170268",
- "62560881",
- "62560882",
- "62560883",
- "62560884",
- "62560885"
- ],
- "agentId": 1
- }
|