Skip to content

Commit

Permalink
fix: 提前simple-xmlrpc为新项目
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 11, 2023
1 parent 6a69cc9 commit 6b099eb
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 2,046 deletions.
2 changes: 1 addition & 1 deletion api/index.js → api/index.mjs
Expand Up @@ -26,7 +26,7 @@
import express from "express"
import fetch from "cross-fetch"
// import { imageToBase64 } from "../utils/otherlib/imageToBase64"
import { SimpleXmlRpcClient } from "../libs/simple-xmlrpc/custom/SimpleXmlRpcClient"
import { SimpleXmlRpcClient } from "simple-xmlrpc"

const app = express()
// 解决req.body undefined
Expand Down
32 changes: 0 additions & 32 deletions libs/simple-xmlrpc/custom/SimpleXmlRpcClient.ts

This file was deleted.

59 changes: 0 additions & 59 deletions libs/simple-xmlrpc/custom/SimpleXmlRpcServer.ts

This file was deleted.

43 changes: 0 additions & 43 deletions libs/simple-xmlrpc/custom/xmlrpcUtil.ts

This file was deleted.

36 changes: 0 additions & 36 deletions libs/simple-xmlrpc/xmlrpc/CustomType.ts

This file was deleted.

61 changes: 0 additions & 61 deletions libs/simple-xmlrpc/xmlrpc/DateFormatter.test.ts

This file was deleted.

150 changes: 0 additions & 150 deletions libs/simple-xmlrpc/xmlrpc/DateFormatter.ts

This file was deleted.

0 comments on commit 6b099eb

Please sign in to comment.