MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / Ft

Function Ft

daily/ydyp.js:3791–3851  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

3789 It = e => `https://caiyun.feixin.10086.cn/market/signin/page/receiveTaskExpansion?acceptDate=${e}`;
3790
3791function Ft(e) {
3792 return {
3793 getSigninStatus: async function() {
3794 return e.requestJson({
3795 url: $t,
3796 method: "get",
3797 headers: e.jwtHeaders
3798 })
3799 },
3800 doSignin: async function() {
3801 return e.requestJson({
3802 url: Rt,
3803 method: "get",
3804 headers: e.jwtHeaders
3805 })
3806 },
3807 getTaskList: async function(t) {
3808 return e.requestJson({
3809 url: zt(t),
3810 method: "get",
3811 headers: e.jwtHeaders
3812 })
3813 },
3814 clickTask: async function(t, r = {}) {
3815 return e.requestJson({
3816 url: Dt(t),
3817 method: "get",
3818 headers: e.jwtHeaders,
3819 ...r
3820 })
3821 },
3822 receiveClouds: async function() {
3823 return e.requestJson({
3824 url: Ht,
3825 method: "get",
3826 headers: e.jwtHeaders
3827 })
3828 },
3829 getPrizeLog: async function(t) {
3830 return e.requestJson({
3831 url: Mt(t),
3832 method: "get",
3833 headers: e.jwtHeaders
3834 })
3835 },
3836 getTaskExpansion: async function() {
3837 return e.requestJson({
3838 url: jt,
3839 method: "get",
3840 headers: e.jwtHeaders
3841 })
3842 },
3843 receiveTaskExpansion: async function(t) {
3844 return e.requestJson({
3845 url: It(t),
3846 method: "get",
3847 headers: e.jwtHeaders
3848 })

Callers 1

constructorMethod · 0.85

Calls 5

ztFunction · 0.85
DtFunction · 0.85
MtFunction · 0.85
ItFunction · 0.85
requestJsonMethod · 0.80

Tested by

no test coverage detected