{"id":16800713,"url":"https://github.com/houseme/iboxchain","last_synced_at":"2025-03-17T05:29:32.856Z","repository":{"id":223248606,"uuid":"759664810","full_name":"houseme/iboxchain","owner":"houseme","description":"盒子支付 Golang SDK,好哒收款,慧掌柜","archived":false,"fork":false,"pushed_at":"2025-02-25T10:53:23.000Z","size":69,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-25T11:37:46.938Z","etag":null,"topics":["iboxchain","iboxpay","pay","payment","settle"],"latest_commit_sha":null,"homepage":"https://houseme.github.io/iboxchain/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/houseme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"houseme","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/houseme"]}},"created_at":"2024-02-19T05:11:40.000Z","updated_at":"2025-02-25T10:52:13.000Z","dependencies_parsed_at":"2024-02-27T12:48:48.440Z","dependency_job_id":"c9152476-8749-4845-93e6-8a292c0f8349","html_url":"https://github.com/houseme/iboxchain","commit_stats":null,"previous_names":["houseme/iboxchain"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fiboxchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fiboxchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fiboxchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houseme%2Fiboxchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/houseme","download_url":"https://codeload.github.com/houseme/iboxchain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243979728,"owners_count":20378262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iboxchain","iboxpay","pay","payment","settle"],"created_at":"2024-10-13T09:34:47.502Z","updated_at":"2025-03-17T05:29:32.828Z","avatar_url":"https://github.com/houseme.png","language":"Go","funding_links":["https://liberapay.com/houseme","https://paypal.me/houseme"],"categories":[],"sub_categories":[],"readme":"# iboxchain\n\n盒子支付 Golang SDK，好哒收款，慧掌柜\n详细文档请参考 [盒子支付官方文档](https://open.iboxpay.com/doc)\n\n## 安装\n\n```bash\ngo get -u github.com/iboxpay/iboxchain\n```\n\n## 使用\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \n    \"github.com/iboxpay/iboxchain\"\n)\n\nfunc main() {\n    // 初始化\n    iboxchain.Init(\"your_app_id\", \"your_app_secret\", \"your_merchant_id\")\n    \n    // 创建订单\n    order := iboxchain.Order{\n        OutTradeNo: \"your_out_trade_no\",\n        TotalFee:   100,\n        Body:       \"your_order_body\",\n        NotifyUrl:  \"your_notify_url\",\n    }\n    resp, err := iboxchain.CreateOrder(order)\n    if err != nil {\n        fmt.Println(err)\n        return\n    }\n    fmt.Println(resp)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhouseme%2Fiboxchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhouseme%2Fiboxchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhouseme%2Fiboxchain/lists"}